Welcome![Sign In][Sign Up]
Location:
Search - NAT Source code

Search list

[P2Pudpp2p

Description: 这个是udp的p2pnat源代码,希望和大家分享,-P2pnat This is the udp source code, would like to share,
Platform: | Size: 4236288 | Author: 吴观喜 | Hits:

[Internet-NetworkUDPOnNAT

Description: UDP穿越NAT源代码,UDP穿越NAT源代码-UDP through NAT source code, UDP through NAT source code
Platform: | Size: 37888 | Author: Zhh | Hits:

[Software Engineeringdaima

Description: P2P 编程:UDP穿透NAT的原理与实现(附C++源代码)daima.txt,值得-P2P programming: UDP penetrate NAT and realization of the principle (with C++ Source code) daima.txt, worth
Platform: | Size: 19456 | Author: 胡子 | Hits:

[Web ServerP2P-nat-UDP

Description: 是个非常简单的网路程序,只是演示如何进行UDP的内网穿透而已。本人所作的修改 主要是在测试UDP穿透不同的NAT时为了方便使用而已。因此改动也不大,加了一个函数和几参数, 多打印了原来没有的一些信息,如此而已。看源码吧-Is a very simple network procedures, only demonstrate how to conduct UDP penetrating the inner network only. I made changes to mainly UDP in testing different NAT penetration in order to facilitate the use of only. So not much changes, the addition of a function and several parameters of the original print no more than some of the information, that. Look at source code you
Platform: | Size: 29696 | Author: lzp | Hits:

[P2PP2P

Description: P2P 之 UDP穿透NAT的原理与实现(附源代码)-P2P penetrate NAT of UDP Principle and realize (with source code)
Platform: | Size: 4198400 | Author: c_xinhui | Hits:

[Internet-NetworkNatsocket

Description: 可信任的UDP协议,可以实现可控制速率,还有实现NAT 穿越。非常好,是很有价值的源代码,希望大家一起来阅读。-Trusted UDP protocol, can control the rate can be achieved, but also realize through NAT. Was very good and valuable source code, I hope that everyone will read them.
Platform: | Size: 47104 | Author: 张和 | Hits:

[Internet-Networkxtunnels_source.tar

Description: xtunnel nat/fw traversal source code
Platform: | Size: 111616 | Author: George Lee | Hits:

[P2PP2P_UDP_NAT

Description: P2P之UDP穿透NAT的原理与实现(附源代码C#)-P2P penetrate NAT of UDP Principle and realization (with source code C#)
Platform: | Size: 154624 | Author: antonio | Hits:

[P2PP2PClientAndServ

Description: TCP实现P2P通信,包括TCP NAT 打洞 详细信息请看源代码,是个不错的通信程序-TCP to achieve P2P communications, including TCP NAT holes detailed information see the source code is a good communication program
Platform: | Size: 51200 | Author: sunyuyou | Hits:

[Internet-NetworkP2PandUDP_Source

Description: P2P 之 UDP穿透NAT的原理与实现(附源代码,对于要进行P2P网络编程的人很有用,里面解释得很清楚-P2P penetrate NAT of UDP Principle and realize (with source code, for the P2P network programming to the people was very useful, which explain very clearly
Platform: | Size: 40960 | Author: whowho03 | Hits:

[.netURLRewrite

Description: asp.net的URL重写源代码 完整源代码,可以运用到实际的项目当中-asp.net source code of the URL rewrite complete source code, can be applied to practical projects
Platform: | Size: 51200 | Author: 刘鹰 | Hits:

[VxWorksnat1

Description: VXWORKS NAT 部分源代码2 有兴趣朋友可以参考下-VXWORKS NAT part of the source code 2 friends who are interested can refer to the next
Platform: | Size: 19456 | Author: zhou bing bing | Hits:

[VxWorksnat2

Description: VXWORKS NAT 部分源代码3 有兴趣朋友可以参考下-VXWORKS NAT part of the source code 3 friends who are interested can refer to the next
Platform: | Size: 19456 | Author: zhou bing bing | Hits:

[VxWorksnat3

Description: VXWORKS NAT 部分源代码3 有兴趣朋友可以参考下-VXWORKS NAT part of the source code 3 friends who are interested can refer to the next
Platform: | Size: 26624 | Author: zhou bing bing | Hits:

[VxWorksnat4

Description: VXWORKS NAT 部分源代码4 有兴趣朋友可以参考下-VXWORKS NAT part of the source code 4 friends who are interested can refer to the next
Platform: | Size: 1024 | Author: zhou bing bing | Hits:

[P2Plibnat

Description: 功能非常强大的p2p通信库源码,用户需要通信时自动检测网关类型进行穿透连接。已经在成熟软件项目里使用。-that will offer Network Address Translation (NAT) traversal for routers that support UPnP. LibNat will support port forwarding and the retrieval of the public IP address of the router
Platform: | Size: 517120 | Author: 杨刚 | Hits:

[P2Pudp

Description: 论坛上经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。 首先先介绍一些基本概念: NAT(Network Address Translators),网络地址转换:网络地址转换是在IP地址日益缺乏的情况下产生的,它的主要目的就是为了能够地址重用。NAT分为两大类,基本的NAT和NAPT(Network Address/Port Translator)。 最开始NAT是运行在路由器上的一个功能模块。 最先提出的是基本的NAT,它的产生基于如下事实:一个私有网络(域)中的节点中只有很少的节点需要与外网连接(呵呵,这是在上世纪90年代中期提出的)。那么这个子网中其实只有少数的节点需要全球唯一的IP地址,其他的节点的IP地址应该是可以重用的。 因此,基本的NAT实现的功能很简单,在子网内使用一个保留的IP子网段,这些IP对外是不可见的。子网内只有少数一些IP地址可以对应到真正全球唯一的IP地址。-Forum on the principle of frequent discussion on P2P, but the discussion to the discussion, there is very little substance produced (source code). Oh, here on my own implementation of a source code to illustrate the principle of UDP through NAT. First of all, to introduce some basic concepts: NAT (Network Address Translators), Network Address Translation: NAT IP addresses are becoming more and more scarce in the circumstances, it is the main purpose of reuse in order to be able to address. NAT is divided into two categories, the basic NAT and NAPT (Network Address/Port Translator). Most are running at start NAT router on a function module. The first to propose that the basic NAT, it is the emergence of truth based on the following: a private network (domain) of nodes required only a few nodes and external network connection (Ha ha, this is up at mid-century and raised 90) . Well, this subnet in a matter of fact only a small number of nodes required of the world s only IP addresses, o
Platform: | Size: 299008 | Author: guojun | Hits:

[P2PP2P

Description: 实现的一个源代码来说明UDP穿越NAT的原理-The realization of a source code to illustrate the principle of UDP through NAT
Platform: | Size: 181248 | Author: Sandy | Hits:

[Internet-NetworkP2P_UDP_NAT

Description: P2P之UDP穿透NAT的原理与实现附源代码,书我就没有传了,我想对想掌握P2P,NAT技术的朋友还是有一定的帮助吧!-P2P of UDP through NAT and implementation of the principles attached to the source code, the book I did not pass, I want to want to control P2P, NAT technology, the help of a friend or a certain bar! ~
Platform: | Size: 3175424 | Author: liyang | Hits:

[P2PP2P_FileTransfer

Description: 通过网上收集的P2P文件传输及共享材料及源代码,包括即时通,NAT,文件分块,P2P传输等-Through the online collection of P2P file transfer and sharing of materials and source code, including instant messaging, NAT, file blocking, P2P transmission
Platform: | Size: 1179648 | Author: chinull | Hits:
« 1 2 34 5 6 7 »

CodeBus www.codebus.net